Objects Types and Constants Properties Methods Object Hierarchy Index

Duplicate Method

Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);

Visual Basic:
prop = object.Duplicate(Name)

Parts:

Name

BSTR

[in]

The name of the new Block object.

prop

Block*

[out][retval]

The duplicated Block object.

Defined in:

Block


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);

Visual Basic:
prop = object.Duplicate

Parts:

prop

ICamera*

[out][retval]

The duplicated Camera object.

Defined in:

Camera


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);

Visual Basic:
prop = object.Duplicate

Parts:

prop

IGraphic*

[out][retval]

The duplicated Graphic object.

Defined in:

Graphic


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);

Visual Basic:
prop = object.Duplicate(Name)

Parts:

Name

BSTR

[in]

The name for the new GraphicSet object.

prop

GraphicSet*

[out][retval]

The duplicated GraphicSet object.

Defined in:

GraphicSet


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);

Visual Basic:
prop = object.Duplicate

Parts:

prop

IGrid*

[out][retval]

The duplicated Grid object.

Defined in:

Grid


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);

Visual Basic:
prop = object.Duplicate(Name)

Parts:

Name

BSTR

[in]

The name for the new Layer object.

prop

Layer*

[out][retval]

The duplicated Layer object.

Defined in:

Layer


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);

Visual Basic:
prop = object.Duplicate

Parts:

prop

LineStyle*

[out][retval]

The duplicated LineStyle object.

Defined in:

LineStyle


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);

Visual Basic:
prop = object.Duplicate

Parts:

prop

IMatrix*

[out][retval]

The duplicated Matrix object.

Defined in:

Matrix


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);

Visual Basic:
prop = object.Duplicate(Name)

Parts:

Name

BSTR

[in]

The name of the Named_Color object.

prop

NamedColor*

[out][retval]

The duplicated Named_Color object.

Defined in:

NamedColor


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);

Visual Basic:
prop = object.Duplicate(Name)

Parts:

Name

BSTR

[in]

The name for the new NamedView object

prop

NamedView*

[out][retval]

The duplicated NamedView object.

Defined in:

NamedView


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);

Visual Basic:
prop = object.Duplicate(Name)

Parts:

Name

BSTR

[in]

A name for the new Property object.

prop

Property*

[out][retval]

The duplicated Property object.

Defined in:

Property


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(Name, &prop);

Visual Basic:
prop = object.Duplicate(Name)

Parts:

Name

BSTR

[in]

The name for the new Style object.

prop

Style*

[out][retval]

The duplicated Style object.

Defined in:

Style


Description:

Duplicates the object and returns a reference to the new copy.

Syntax:

C++:
#include "imsigx.h"
HRESULT hr = pObject->Duplicate(&prop);

Visual Basic:
prop = object.Duplicate

Parts:

prop

IVertex*

[out][retval]

The duplicated Vertex object.

Defined in:

Vertex


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums